home *** CD-ROM | disk | FTP | other *** search
/ MacAddict 104 / MacAddict_104_2005-04.iso / Software / Internet & Communication / WordPress 1.2.2 freeware.dmg / wordpress / wp-admin / admin-footer.php next >
Encoding:
PHP Script  |  2004-05-22  |  322 b   |  9 lines

  1.  
  2. <p id="footer"><a href="http://wordpress.org/">WordPress</a></strong> <?php bloginfo('version'); ?> — <a href="http://wordpress.org/support/"><?php _e('Support Forums'); ?></a><br />
  3. <?php
  4.      printf(__('%s seconds'), number_format(timer_stop(), 2));
  5. ?>
  6. </p>
  7. <?php do_action('admin_footer', ''); ?>
  8. </body>
  9. </html>